home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / DefineButton2_475 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-09-19  |  242b  |  7 lines

  1. on(release){
  2.    _parent._parent.mcPageLeft.mcBtn.gotoAndStop("Inactive");
  3.    _parent._parent.mcPageRight.mcBtn.gotoAndStop("Inactive");
  4.    this.gotoAndStop("Chosen");
  5.    _parent._parent._parent.onClicRecipe(pageNum,_parent.mcRecipe);
  6. }
  7.